15:00:22 **** Build of configuration Debug for project out8-bcu1 ****
make -r -j4 all 
Building file: ../src/app_main.cpp
Invoking: MCU C++ Compiler
arm-none-eabi-c++ -D__NEWLIB__ -DBCU_TYPE=10 -DDEBUG -D__CODE_RED -DCORE_M0 -D__USE_CMSIS=CMSIS_CORE_LPC11xx -DCPP_USE_HEAP -D__LPC11XX__ -I"/home/sbdeveloper/Dokumente/selfbus-git/CMSIS_CORE_LPC11xx/inc" -I"/home/sbdeveloper/Dokumente/selfbus-git/software-arm-incubation/common/hand-actuation" -I"/home/sbdeveloper/Dokumente/selfbus-git/software-arm-incubation/actuators/outputs/out8-bcu1/src" -I"/home/sbdeveloper/Dokumente/selfbus-git/software-arm-lib/sblib/inc" -O0 -g3 -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -mcpu=cortex-m0 -mthumb -D__NEWLIB__ -MMD -MP -MF"src/app_main.d" -MT"src/app_main.o" -MT"src/app_main.d" -o "src/app_main.o" "../src/app_main.cpp"
Finished building: ../src/app_main.cpp
 
Building target: out8-bcu1.axf
Invoking: MCU C++ Linker
arm-none-eabi-c++ -nostdlib -L"/home/sbdeveloper/Dokumente/selfbus-git/CMSIS_CORE_LPC11xx/Debug" -L"/home/sbdeveloper/Dokumente/selfbus-git/software-arm-lib/sblib/Debug_BCU1_OUT8_bistable" -Xlinker -Map="out8-bcu1.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "out8-bcu1_Debug.ld" -o "out8-bcu1.axf"  ./src/app-common/hand_actuation.o  ./src/app_main.o ./src/app_out8.o ./src/cr_startup_lpc11xx.o ./src/outputs.o ./src/outputsBiStable.o   -lCMSIS_CORE_LPC11xx -lsblib
Finished building target: out8-bcu1.axf
 
make --no-print-directory post-build
Performing post-build steps
arm-none-eabi-size "out8-bcu1.axf" ; arm-none-eabi-objcopy -O binary "out8-bcu1.axf" "out8-bcu1.bin" ; arm-none-eabi-objcopy -O ihex out8-bcu1.axf out8-bcu1.hex ; # checksum -p LPC1115_303 -d "out8-bcu1.bin" ; # checksum -p LPC1115_303 -d "out8-bcu1.hex"
   text	   data	    bss	    dec	    hex	filename
  23996	      4	   1232	  25232	   6290	out8-bcu1.axf
 

15:00:23 Build Finished (took 1s.220ms)
